home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.3
- date 90.03.29.12.45.03; author mendel; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 89.02.25.13.06.49; author mgbaker; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.09.13.11.16.29; author brent; state Exp;
- branches ;
- next ;
-
-
- desc
- @Definitions of byte swapping types.
- @
-
-
- 1.3
- log
- @Mary checking this in for mendel before an install. Do we even use
- this anymore?
- @
- text
- @/*
- * swapBuffer.h --
- *
- * Declarations of public routines for byte-swapping data and
- * calculating byte-swapped data size.
- *
- * Copyright 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /sprite/src/lib/include/RCS/swapBuffer.h,v 1.2 89/02/25 13:06:49 mgbaker Exp Locker: mendel $ SPRITE (Berkeley)
- */
-
- #ifndef _SWAP
- #define _SWAP
-
- /* constants */
-
- /* data structures */
-
- /* procedures */
-
- #define SWAP_SUN_TYPE 0
- #define SWAP_VAX_TYPE 1
- #define SWAP_SPUR_TYPE 2
- #define SWAP_SPARC_TYPE SWAP_SUN_TYPE
-
- extern void Swap_Buffer();
- extern void Swap_BufSize();
-
- #endif /* _SWAP */
- @
-
-
- 1.2
- log
- @Added SWAP_SPARC_TYPE since it has different alignment properties
- from the other suns.
- @
- text
- @d16 1
- a16 1
- * $Header: /sprite/src/lib/include/RCS/swapBuffer.h,v 1.1 88/09/13 11:16:29 brent Exp Locker: mgbaker $ SPRITE (Berkeley)
- d31 1
- a31 1
- #define SWAP_SPARC_TYPE 2
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d16 1
- a16 1
- * $Header: proto.h,v 1.2 88/03/11 08:39:40 ouster Exp $ SPRITE (Berkeley)
- d31 1
- @
-